Click or drag to resize

AbsoluteYearlyRecurrencePattern Constructor (Month, Int32)

Initializes a new instance of the AbsoluteYearlyRecurrencePattern class with specified values.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public AbsoluteYearlyRecurrencePattern(
	Month month,
	int dayOfMonth
)

Parameters

month
Type: Independentsoft.ExchangeMonth
Month.
dayOfMonth
Type: SystemInt32
Day of month. An integer value with values 1 through 31 being valid.
See Also